Skip to content

Conversation

@donBarbos
Copy link
Contributor

No description provided.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@Avasam
Copy link
Collaborator

Avasam commented Apr 11, 2025

paasta (https://github.com/yelp/paasta)
+ paasta_tools/utils.py:3386: error: "APIClient" gets multiple values for keyword argument "base_url"  [misc]

Seems like a true-positive. They do a runtime check against duplicate base_url keyword, but not in a way that static type checkers currently understand. And it's fixable.

@github-actions
Copy link
Contributor

Diff from mypy_primer, showing the effect of this PR on open source code:

paasta (https://github.com/yelp/paasta)
+ paasta_tools/utils.py:3386: error: "APIClient" gets multiple values for keyword argument "base_url"  [misc]

@srittau srittau merged commit fd155cb into python:main Apr 15, 2025
43 checks passed
mmingyu pushed a commit to mmingyu/typeshed that referenced this pull request May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants